- point to the upstream repo for wayland
- disable disabling of sassc
- switch wayland from autotools to meson
"sources" : [
{
"type" : "git",
- "url" : "https://github.com/wayland-project/wayland.git"
+ "url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
}
]
},
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
- "-Dsassc=disabled",
"-Dbuildtype=debugoptimized",
"-Dprofile=devel"
],
"modules" : [
{
"name" : "wayland",
- "buildsystem" : "autotools",
+ "buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
- "--disable-documentation"
+ "-Ddocumentation=false"
],
"sources" : [
{
"type" : "git",
- "url" : "https://github.com/wayland-project/wayland.git"
+ "url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
}
]
},
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
- "-Dsassc=disabled",
"-Dbuildtype=debugoptimized",
"-Dprofile=devel"
],
"modules" : [
{
"name" : "wayland",
- "buildsystem" : "autotools",
+ "buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
- "--disable-documentation"
+ "-Ddocumentation=false"
],
"sources" : [
{
"type" : "git",
- "url" : "https://github.com/wayland-project/wayland.git"
+ "url" : "https://gitlab.freedesktop.org/wayland/wayland.git"
}
]
},
"config-opts" : [
"--libdir=/app/lib",
"-Denable_vulkan=no",
- "-Dsassc=disabled",
"-Dbuildtype=debugoptimized",
"-Dprofile=devel"
],